home *** CD-ROM | disk | FTP | other *** search
- %case window field%
- %case create%
- %case dispose%
- %case mousein%
- %case update%
- SetRect (&bounds, %left%, %top%, %right%, %bottom%);
- PlotIconID (%iconID%, bounds);
- %case activate%
- %case track%
- %case itemNr%
- %DefineItem%
- %case dialog field%
- %case init field%
- %case auxiliary%
- %case filter%
- %case set%
- %case hit%
- %if enabled%
- %if not lastInGroup%
- case %itemname%:
- %else%
- case %itemname%:
- DoIconRadio (%firstradio%, itemNr, &info->%fieldname%);
- x%fieldname% = info->%fieldname%; /* for Filter proc */
- break;
- %end if%
- %end if%
- %case finish%
-